-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Implement readout protection for STM32F7 #76097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
df67ec8 to
00cb77f
Compare
|
thanks @benediktibk to add this for the stm32F7. Recently there was a similar question for the stm32h7 serie here #76297 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
did you run any test with CONFIG_FLASH_STM32_READOUT_PROTECTION set ?
(of course changing the RDP might be ... definitive, to be handled with care or simulated)
Yes, I ran tests with changes between RDP level 0 and 1, none with 2. For obvious reasons. |
I'll look into it, but I won't be able to test it on hardware. |
Thanks for adding this serie.
I have tested on stm32h750b_dk board |
|
I took your commit f2fe52c7d04f7d8682c2067887fc32b17f46fe4f and applied the model to the stm32h7 : this gives #76640 |
966c450 to
0cd0f54
Compare
|
Thanks @FRASTM, I've removed the two commits for the H7 from this PR again. |
Reduce the redundancy in the readout protection implementation on STM32 MCUs. Signed-off-by: Benedikt Schmidt <[email protected]>
0cd0f54 to
787ae7c
Compare
Implement the readout protection for the STM32F7 series. Signed-off-by: Benedikt Schmidt <[email protected]>
Add the nucleo_f746zg to the tests for the flash driver. Signed-off-by: Benedikt Schmidt <[email protected]>
787ae7c to
55165b7
Compare
Implement the readout protection functions for the STM32F7.